Configure Remote IS-IS SPBM Parameters on a Port
About this task
Perform this procedure to configure the remote Intermediate-System-to-Intermediate-System (IS-IS) Shortest Path Bridging MAC (SPBM) parameters on a specific port.
Procedure
Example
Configuring the remote IS-IS SPBM interface type and layer 1 metric on port 1/2:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#interface gigabitEthernet 1/2 Switch:1(config-if)#isis remote spbm 2 interface-type broadcast Switch:1(config-if)#isis remote spbm 2 l1-metric 2
Variable Definitions
The following table defines parameters for the isis remote spbm command.
Variable | Value |
---|---|
<1-100> |
Specifies the SPBM instance. |
interface-type {broadcast | pt-pt} |
Specifies the IS-IS SPBM interface type as broadcast or point-to-point (pt-pt). |
l1-metric {<1–16777215> | auto} |
Specifies the SPBM instance Level 1 metric on the IS-IS interface located on a specific port. You can configure a static value, or use auto. When you use the auto setting, the network route is determined by summing the lowest value metrics, which are inversely proportional to port speed. |